home *** CD-ROM | disk | FTP | other *** search
/ Advanced Placement Companion: Precalculus / Advanced Placement Companion: Precalculus.iso / pc / M_DIR / 12-07016.DIR / 00067.ls < prev    next >
Encoding:
Text File  |  1998-04-28  |  116 b   |  9 lines

  1. on exitFrame
  2.   if the timer < 100 then
  3.     go(the frame)
  4.   else
  5.     startTimer()
  6.     go(the frame + 1)
  7.   end if
  8. end
  9.